home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / initsnb.zoo / init / write / makefile next >
Encoding:
Makefile  |  1992-05-25  |  101 b   |  7 lines

  1. CFLAGS = -O
  2. CPPFLAGS = -DMINT
  3.  
  4. write.ttp: write.c
  5.     $(CC) $(CFLAGS) $(CPPFLAGS) -o write.ttp write.c
  6.  
  7.